projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aab1de
)
Fix trailing comma.
author
robertl
<robertl>
Tue, 16 May 2006 21:35:52 +0000
(21:35 +0000)
committer
robertl
<robertl>
Tue, 16 May 2006 21:35:52 +0000
(21:35 +0000)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 4eec8ca4cd878fe82bd1870ceb9299e8414d3529..4ebcb4fb1a4fe4bf6f5c08835b015d968e8d99b4 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-538,7
+538,7
@@
typedef struct arglist {
typedef enum {
ff_type_file = 1, /* normal format: useful to a GUI. */
ff_type_internal, /* fmt not useful with default options */
- ff_type_serial
, /* format describes a serial protoco
(GUI can display port names) */
+ ff_type_serial
/* format describes a serial protocol
(GUI can display port names) */
} ff_type;
typedef enum {